ci: validate release packaging without publishing - #118
Merged
Conversation
yashranaway
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #79
What this changes
The Release workflow now runs the exact three-platform packaging path for relevant pull requests and manual dry runs. Only a
v*tag push can enable the publish job.Each package is verified before upload:
0.0.<run>version that is valid in the generated macOS plistSafety properties
contents: writeremains isolated to the publish job, which independently requires apushevent, arefs/tags/v*ref, andpublish=truepublish=falsedry_run=falseand direct maintainers to publish through a version tagVerification
actionlint -colorpnpm test(44/44 protocol tests and MCP integration)pnpm test:runtimepnpm --filter @headless/web lintpnpm --filter @headless/web buildHEADLESS_VERSION=0.0.79 ./apps/headless/build.shpnpm test:e2e:mac(WebKit conformance and P2 flow)pnpm test:e2e:linux(Chromium conformance, P2 flow, and artifact checks)HEADLESS_LINUX_PLATFORM=linux/arm64 ./apps/headless/build-linux.shgit diff --check